ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.my-con {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header {
  height: 90px;
  padding: 30px 0;
}
.header .logo img {
  height: 35px;
}
.header h5 {
  font-size: 24px;
  line-height: 35px;
  margin-left: 20px;
  border-left: 1px solid #ddd;
  height: 35px;
  overflow: hidden;
}
.header .top_tel {
  padding-left: 45px;
  background: url("../images/tel.png") no-repeat left 10px;
  ;
  margin-top: -10px;
}
.header .top_tel strong {
  font-size: 26px;
  font-family: Impact;
  margin-top: -3px;
  display: block;
}
/*导航悬停展开
.dropdown:hover .dropdown-menu {
  display: block;
}*/
.dropdown:hover .nav-link {
  color: #FFFFFF !important;
  background: #007bff;
}
/*end*/
/*首页图片轮播*/
.index_banner {
  height: 560px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide, .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner-com {
  height: 330px;
  background: no-repeat center / cover;
}
.index_t1 {
  font-size: 40px;
}
.index_t2 {
  font-size: 25px;
  padding-left: 10px;
}
.search_menu {
  height: 38px;
}
.pro-list li a {
  display: block;
  padding: 20px;
  background-color: #cccccc63;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 15px 0px;
  font-size: 1.2rem;
  text-align: center;
  color: #343a40;
}
.pro-list li a:hover {
  background-color: #343a40;
  color: #fff;
}
.img-auto img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.in-team li a {
  display: block;
  text-align: center;
  margin: 15px 5px;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.in-team li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: rgba(16, 68, 146, 0.9);
}
.in-team li .img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.23rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.news-list li a {
  display: block;
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.news-list li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
}
.news-list li .time {
  float: left;
  text-align: center;
  font-size: 50px;
  padding-right: 20px;
  color: lightgray;
}
.news-list li .time .date {
  padding-top: 15px;
  font-size: 30px;
}
.news-list li h4 {
  font-size: 1.23154rem;
}
.news-list li p {
  height: 65px;
  overflow: hidden;
  font-size: 14px;
  margin: 0px;
}
.footer {
  color: #FFF;
}
.footer a {
  color: #E1E1E1;
}
.footer-copyright, .footer-copyright a {
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px;
  }
}
@media (max-width: 1199.9px) {
  .header h5 {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .header, .left-nav,.right_nav{
    display: none;
  }
  .index_banner {
    height: 300px;
  }
  .index_t1 {
    font-size: 30px;
  }
  .index_t2 {
    font-size: 18px;
  }
  .pro-list li a {
    padding: 10px;
    font-size: 1rem;
  }
  .in-team li a {
    text-align: left;
  }
  .in-team li .img {
    float: left;
    text-align: center;
    margin-right: 20px;
  }
  .footer-copyright {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .logo_m, .pro-nav{
    display: none;
  }
  .pc_nav {
    padding: 0;
    background: rgba(54, 62, 69, 0.7) !important;
    margin-bottom: -60px;
    z-index: 1000;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    line-height: 60px;
    color: #FFF;
    padding: 0px 2.123rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FFF;
  }
  .navbar-nav .active, .nav-link:hover {
    background: #007bff;
    color: #FFF;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    font-weight: bold;
    color: #FFF;
  }
}
@media (max-width: 768px) {
  .index_banner {
    height: 180px;
  }
  .banner-com {
    height: 130px;
  }
}


/*分页按钮*/
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 3px;font-size:12px}
.pages ul a.current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.pages ul span,.pages ul select{display:none;}
#maximg img{ max-width:100%; height:auto !important}



/* 侧边悬浮导航 */
.right_nav {
  right: 0;
  bottom: 200px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}
.right_nav li {
  background: #007bff;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -70px;
}
.right_nav li .iconBox {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.right_nav li h4 {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  margin-left: 15px;
}
.right_nav li:hover {
  background: #cf1322
}
.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 110px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}
.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #0085cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #0085cd;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.right_nav li:nth-child(1) .hideBox img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}